PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DRenderModeType Enumeration
In This Topic
    PDF3DRenderModeType Enumeration
    In This Topic
    Defines the supported modes for rendering the 3D images.
    Members
    MemberDescription
    BOUNDING_BOXDisplays the bounding box edges of each node. The color of the bounding box edges is determined by the auxiliary color.
    HIDDEN_WIREFRAMEDisplays edges in a single color, though removes back-facing and obscured edges. The color of these edges is determined by the auxiliary color.
    ILLUSTRATIONDisplays silhouette edges with surfaces, removes obscured lines. The color of these edges is determined by the auxiliary color, and the color of the surfaces is determined by the face color.
    SHADED_ILLUSTRATIONDisplays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork. The color of these edges is determined by the auxiliary color.
    SHADED_VERTICESDisplays only vertices, though uses their vertex color and applies lighting. The auxiliary color is ignored.
    SHADED_WIREFRAMEDisplays only edges and applies lighting. The auxiliary color is ignored.
    SOLIDDisplays textured and lit geometric shapes. The auxiliary color is ignored.
    SOLID_OUTLINEDisplays silhouette edges with lit and textured surfaces, removes obscured lines. The color of these edges is determined by the auxiliary color.
    SOLID_WIREFRAMEDisplays textured and lit geometric shapes (triangles) with single color edges on top of them. The color of these edges is determined by the auxiliary color.
    TRANSPARENTDisplays textured and lit geometric shapes (triangles) with an added level of transparency. The auxiliary color is ignored.
    TRANSPARENT_BOUNDING_BOXDisplays bounding boxes faces of each node with an added level of transparency. The color of the bounding box faces is determined by the face color.
    TRANSPARENT_BOUNDING_BOX_OUTLINEDisplays bounding boxes edges and faces of each node with an added level of transparency. The color of the bounding box edges is determined by the auxiliary color. The color of the bounding boxes faces is determined by the face color.
    TRANSPARENT_WIREFRAMEDisplays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it. The color of these edges is determined by the auxiliary color.
    VERTICESDisplays only vertices in a single color. The color of these points is determined by the auxiliary color.
    WIREFRAMEDisplays only edges in a single color. The color of these edges is determined by the auxiliary color.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.a3d.PDF3DRenderModeType

    See Also